home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / converters / pbmplus / doc / pbmreduce.doc < prev    next >
Encoding:
Text File  |  1990-06-20  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmreduce(1)                PBM Plus                 pbmreduce(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmreduce - read a portable bitmap and reduce it N times
  10.  
  11. SYNOPSIS
  12.      pbmreduce [-floyd|-fs | -threshold] [-value <val>] N
  13.      [pbmfile]
  14.  
  15. DESCRIPTION
  16.      Reads a portable bitmap as input.  Reduces it by a factor of
  17.      N, and produces a portable bitmap as output.  By default,
  18.      the halftoning after the reduction is done via boustro-
  19.      phedonic Floyd-Steinberg error diffusion; however, the
  20.      -thresh flag can be used to specify simple thresholding.
  21.      This gives better results when reducing line drawings.
  22.  
  23.      The -value flag alters the thresholding value for all quant-
  24.      izations.  It should be a real number between 0 and 1.
  25.      Above 0.5 means darker images; below 0.5 means lighter.
  26.  
  27.      All flags can be abbreviated to their shortest unique pre-
  28.      fix.
  29.  
  30. SEE ALSO
  31.      pnmenlarge(1), ppmscale(1), pgmtopbm(1), pbm(5)
  32.  
  33. AUTHOR
  34.      Copyright (C) 1988 by Jef Poskanzer.
  35.  
  36.      Permission to use, copy, modify, and distribute this
  37.      software and its documentation for any purpose and without
  38.      fee is hereby granted, provided that the above copyright
  39.      notice appear in all copies and that both that copyright
  40.      notice and this permission notice appear in supporting docu-
  41.      mentation.  This software is provided "as is" without
  42.      express or implied warranty.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90          02 August 1989                         1
  64.  
  65.  
  66.  
  67.